Add --ldflags to configure line for building with
authorAndrew Innes <andrewi@gnu.org>
Tue, 6 Mar 2001 13:43:28 +0000 (13:43 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 6 Mar 2001 13:43:28 +0000 (13:43 +0000)
recent versions of Cygwin GCC.

nt/INSTALL

index 41ae5377a5b00793380d7b9a1b5a49fea45cb03d..e10ce7bc81f32925f110691faa6aa565c79b8c2d 100644 (file)
   1.1.8, you may need to specify some extra compiler flags like so:
 
     configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__
+      --ldflags -mwin32
 
   We will attempt to auto-detect the need for these flags in a future
   release.